* Makefile.in (install.sysv): Add a second `$' in front of
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 06:58:20 +0000 (06:58 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 06:58:20 +0000 (06:58 +0000)
`${dest}', so that the shell will expand it, instead of Make.

Makefile.in

index 7dbf977ece5bbb8a9d7f3c86487aa340430fb944..d246e82138cbdb463e7a1909338c82fbad95499a 100644 (file)
@@ -314,7 +314,7 @@ install.sysv: all mkdir
         for dir in ${COPYDIR} ; do \
           dest=$$1 ; shift ; \
           if [ `/bin/pwd`/$${dir} != `(cd $${dest}; /bin/pwd)` ] ; then \
-            (cd $${dir}; find . -print | cpio -pdum ${dest} ) ; \
+            (cd $${dir}; find . -print | cpio -pdum $${dest} ) ; \
             for subdir in `find $${dest} -type d ! -name RCS -print` ; do \
               rm -rf $${subdir}/RCS ; \
               rm -rf $${subdir}/CVS ; \